home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 2003 March / Practical Internet Issue 78.iso / pc / PracticalInternet.exe / scripts / DefineButton2_14 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2003-02-06  |  79 b   |  7 lines

  1. on(release){
  2.    tellTarget("ScrollUP")
  3.    {
  4.       gotoAndStop(1);
  5.    }
  6. }
  7.